home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 February / Gamestar_81_2006-02_dvd.iso / Programy / PicaJetInstall.exe / {app} / PicaJet.exe / 0 / RCDATA / TFAPPLYIPTC / TFAPPLYIPTC.txt
Encoding:
Text File  |  2005-11-17  |  16.0 KB  |  642 lines

  1. object FApplyIPTC: TFApplyIPTC
  2.   Left = 280
  3.   Top = 200
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Update EXIF/IPTC'
  7.   ClientHeight = 120
  8.   ClientWidth = 547
  9.   Color = clBtnFace
  10.   Constraints.MinWidth = 480
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'Tahoma'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poDesktopCenter
  18.   Scaled = False
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object cntMain: TAMContainer
  25.     Left = 0
  26.     Top = 0
  27.     Width = 441
  28.     Height = 90
  29.     Align = alLeft
  30.     Color = 14540768
  31.     DoubleBuffered = False
  32.     object LDescription: TLabel
  33.       Left = 24
  34.       Top = 11
  35.       Width = 409
  36.       Height = 38
  37.       AutoSize = False
  38.       Caption = 
  39.         'This function will save categories and descriptions is directly ' +
  40.         'into the files. In section IPTC and EXIF (only JPEG and TIFF fil' +
  41.         'es).'
  42.       Font.Charset = DEFAULT_CHARSET
  43.       Font.Color = clWindowText
  44.       Font.Height = 13
  45.       Font.Name = 'Tahoma'
  46.       Font.Style = []
  47.       ParentFont = False
  48.       Transparent = True
  49.       WordWrap = True
  50.     end
  51.     object LAsk: TLabel
  52.       Left = 25
  53.       Top = 45
  54.       Width = 189
  55.       Height = 13
  56.       Caption = 'Save pictures information into the files?'
  57.       Font.Charset = DEFAULT_CHARSET
  58.       Font.Color = clWindowText
  59.       Font.Height = 13
  60.       Font.Name = 'Tahoma'
  61.       Font.Style = []
  62.       ParentFont = False
  63.       Transparent = True
  64.     end
  65.   end
  66.   object SetContainer: TAMContainer
  67.     Left = 15
  68.     Top = 76
  69.     Width = 418
  70.     Height = 277
  71.     Visible = False
  72.     DoubleBuffered = False
  73.     object MainBevel: TbsSkinBevel
  74.       Left = 0
  75.       Top = 0
  76.       Width = 417
  77.       Height = 277
  78.       Shape = bsFrame
  79.       Visible = False
  80.       SkinData = SkinDataModule.SkinData
  81.       SkinDataName = 'bevel'
  82.       DividerMode = False
  83.     end
  84.     object b1: TbsSkinBevel
  85.       Left = 14
  86.       Top = 26
  87.       Width = 147
  88.       Height = 91
  89.       Shape = bsFrame
  90.       SkinData = SkinDataModule.SkinData
  91.       SkinDataName = 'bevel'
  92.       DividerMode = False
  93.     end
  94.     object b2: TbsSkinBevel
  95.       Left = 176
  96.       Top = 26
  97.       Width = 233
  98.       Height = 91
  99.       Shape = bsFrame
  100.       SkinData = SkinDataModule.SkinData
  101.       SkinDataName = 'bevel'
  102.       DividerMode = False
  103.     end
  104.     object b3: TbsSkinBevel
  105.       Left = 14
  106.       Top = 185
  107.       Width = 395
  108.       Height = 77
  109.       Shape = bsFrame
  110.       SkinData = SkinDataModule.SkinData
  111.       SkinDataName = 'bevel'
  112.       DividerMode = False
  113.     end
  114.     object cbSaveDescription: TAMCheckRadioBox
  115.       Left = 24
  116.       Top = 17
  117.       Width = 94
  118.       Height = 20
  119.       TabOrder = 0
  120.       SkinData = SkinDataModule.SkinData
  121.       SkinDataName = 'checkboxlight'
  122.       DefaultFont.Charset = DEFAULT_CHARSET
  123.       DefaultFont.Color = clWindowText
  124.       DefaultFont.Height = 14
  125.       DefaultFont.Name = 'Arial'
  126.       DefaultFont.Style = []
  127.       DefaultWidth = 0
  128.       DefaultHeight = 0
  129.       UseSkinFont = True
  130.       ForcedColorUse = False
  131.       ForcedColor = clBlack
  132.       Flat = True
  133.       CanFocused = False
  134.       Radio = False
  135.       Checked = True
  136.       GroupIndex = 0
  137.       Caption = 'Save Description'
  138.       OnClick = cbSaveDescriptionClick
  139.       AutoSize = True
  140.     end
  141.     object cbDToEXIF: TAMCheckRadioBox
  142.       Left = 32
  143.       Top = 43
  144.       Width = 52
  145.       Height = 20
  146.       TabOrder = 1
  147.       SkinData = SkinDataModule.SkinData
  148.       SkinDataName = 'radiobox'
  149.       DefaultFont.Charset = DEFAULT_CHARSET
  150.       DefaultFont.Color = clWindowText
  151.       DefaultFont.Height = 14
  152.       DefaultFont.Name = 'Arial'
  153.       DefaultFont.Style = []
  154.       DefaultWidth = 0
  155.       DefaultHeight = 0
  156.       UseSkinFont = True
  157.       ForcedColorUse = False
  158.       ForcedColor = clBlack
  159.       BusinessSkinForm = SkinForm
  160.       Flat = True
  161.       CanFocused = False
  162.       Radio = True
  163.       Checked = False
  164.       GroupIndex = 1
  165.       Caption = 'To EXIF'
  166.       AutoSize = True
  167.     end
  168.     object cbDToIPTC: TAMCheckRadioBox
  169.       Left = 32
  170.       Top = 66
  171.       Width = 53
  172.       Height = 20
  173.       TabOrder = 2
  174.       SkinData = SkinDataModule.SkinData
  175.       SkinDataName = 'radiobox'
  176.       DefaultFont.Charset = DEFAULT_CHARSET
  177.       DefaultFont.Color = clWindowText
  178.       DefaultFont.Height = 14
  179.       DefaultFont.Name = 'Arial'
  180.       DefaultFont.Style = []
  181.       DefaultWidth = 0
  182.       DefaultHeight = 0
  183.       UseSkinFont = True
  184.       ForcedColorUse = False
  185.       ForcedColor = clBlack
  186.       BusinessSkinForm = SkinForm
  187.       Flat = True
  188.       CanFocused = False
  189.       Radio = True
  190.       Checked = True
  191.       GroupIndex = 1
  192.       Caption = 'To IPTC'
  193.       AutoSize = True
  194.     end
  195.     object cbDToBoth: TAMCheckRadioBox
  196.       Left = 32
  197.       Top = 89
  198.       Width = 35
  199.       Height = 20
  200.       TabOrder = 4
  201.       SkinData = SkinDataModule.SkinData
  202.       SkinDataName = 'radiobox'
  203.       DefaultFont.Charset = DEFAULT_CHARSET
  204.       DefaultFont.Color = clWindowText
  205.       DefaultFont.Height = 14
  206.       DefaultFont.Name = 'Arial'
  207.       DefaultFont.Style = []
  208.       DefaultWidth = 0
  209.       DefaultHeight = 0
  210.       UseSkinFont = True
  211.       ForcedColorUse = False
  212.       ForcedColor = clBlack
  213.       BusinessSkinForm = SkinForm
  214.       Flat = True
  215.       CanFocused = False
  216.       Radio = True
  217.       Checked = False
  218.       GroupIndex = 1
  219.       Caption = 'Both'
  220.       AutoSize = True
  221.     end
  222.     object cbSaveParents: TAMCheckRadioBox
  223.       Left = 197
  224.       Top = 43
  225.       Width = 127
  226.       Height = 20
  227.       TabOrder = 6
  228.       SkinData = SkinDataModule.SkinData
  229.       SkinDataName = 'checkboxlight'
  230.       DefaultFont.Charset = DEFAULT_CHARSET
  231.       DefaultFont.Color = clWindowText
  232.       DefaultFont.Height = 14
  233.       DefaultFont.Name = 'Arial'
  234.       DefaultFont.Style = []
  235.       DefaultWidth = 0
  236.       DefaultHeight = 0
  237.       UseSkinFont = True
  238.       ForcedColorUse = False
  239.       ForcedColor = clBlack
  240.       BusinessSkinForm = SkinForm
  241.       Flat = True
  242.       CanFocused = False
  243.       Radio = False
  244.       Checked = True
  245.       GroupIndex = 0
  246.       Caption = 'Save category'#39's parents'
  247.       AutoSize = True
  248.     end
  249.     object cbSaveStructure: TAMCheckRadioBox
  250.       Left = 197
  251.       Top = 66
  252.       Width = 134
  253.       Height = 20
  254.       TabOrder = 7
  255.       SkinData = SkinDataModule.SkinData
  256.       SkinDataName = 'checkboxlight'
  257.       DefaultFont.Charset = DEFAULT_CHARSET
  258.       DefaultFont.Color = clWindowText
  259.       DefaultFont.Height = 14
  260.       DefaultFont.Name = 'Arial'
  261.       DefaultFont.Style = []
  262.       DefaultWidth = 0
  263.       DefaultHeight = 0
  264.       UseSkinFont = True
  265.       ForcedColorUse = False
  266.       ForcedColor = clBlack
  267.       BusinessSkinForm = SkinForm
  268.       Flat = True
  269.       CanFocused = False
  270.       Radio = False
  271.       Checked = True
  272.       GroupIndex = 0
  273.       Caption = 'Save categories structure'
  274.       AutoSize = True
  275.     end
  276.     object cbSaveOrientation: TAMCheckRadioBox
  277.       Left = 24
  278.       Top = 125
  279.       Width = 125
  280.       Height = 20
  281.       TabOrder = 8
  282.       SkinData = SkinDataModule.SkinData
  283.       SkinDataName = 'checkboxlight'
  284.       DefaultFont.Charset = DEFAULT_CHARSET
  285.       DefaultFont.Color = clWindowText
  286.       DefaultFont.Height = 14
  287.       DefaultFont.Name = 'Arial'
  288.       DefaultFont.Style = []
  289.       DefaultWidth = 0
  290.       DefaultHeight = 0
  291.       UseSkinFont = True
  292.       ForcedColorUse = False
  293.       ForcedColor = clBlack
  294.       BusinessSkinForm = SkinForm
  295.       Flat = True
  296.       CanFocused = False
  297.       Radio = False
  298.       Checked = True
  299.       GroupIndex = 0
  300.       Caption = 'Save picture orientation'
  301.       AutoSize = True
  302.     end
  303.     object cbTemplates: TAMCheckRadioBox
  304.       Left = 24
  305.       Top = 175
  306.       Width = 122
  307.       Height = 20
  308.       TabOrder = 3
  309.       SkinData = SkinDataModule.SkinData
  310.       SkinDataName = 'checkboxlight'
  311.       DefaultFont.Charset = DEFAULT_CHARSET
  312.       DefaultFont.Color = clWindowText
  313.       DefaultFont.Height = 14
  314.       DefaultFont.Name = 'Arial'
  315.       DefaultFont.Style = []
  316.       DefaultWidth = 0
  317.       DefaultHeight = 0
  318.       UseSkinFont = True
  319.       ForcedColorUse = False
  320.       ForcedColor = clBlack
  321.       Flat = True
  322.       CanFocused = False
  323.       Radio = False
  324.       Checked = False
  325.       GroupIndex = 0
  326.       Caption = 'Copyright and contacts'
  327.       OnClick = cbCustomizeClick
  328.       AutoSize = True
  329.     end
  330.     object cbContact: TAMCheckRadioBox
  331.       Left = 32
  332.       Top = 203
  333.       Width = 58
  334.       Height = 20
  335.       TabOrder = 9
  336.       SkinData = SkinDataModule.SkinData
  337.       SkinDataName = 'checkboxlight'
  338.       DefaultFont.Charset = DEFAULT_CHARSET
  339.       DefaultFont.Color = clWindowText
  340.       DefaultFont.Height = 14
  341.       DefaultFont.Name = 'Arial'
  342.       DefaultFont.Style = []
  343.       DefaultWidth = 0
  344.       DefaultHeight = 0
  345.       UseSkinFont = True
  346.       ForcedColorUse = False
  347.       ForcedColor = clBlack
  348.       BusinessSkinForm = SkinForm
  349.       Flat = True
  350.       CanFocused = False
  351.       Radio = False
  352.       Checked = False
  353.       GroupIndex = 0
  354.       Caption = 'Contacts:'
  355.       OnClick = cbContactClick
  356.       AutoSize = True
  357.     end
  358.     object cbCopyright: TAMCheckRadioBox
  359.       Left = 32
  360.       Top = 226
  361.       Width = 60
  362.       Height = 20
  363.       TabOrder = 10
  364.       SkinData = SkinDataModule.SkinData
  365.       SkinDataName = 'checkboxlight'
  366.       DefaultFont.Charset = DEFAULT_CHARSET
  367.       DefaultFont.Color = clWindowText
  368.       DefaultFont.Height = 14
  369.       DefaultFont.Name = 'Arial'
  370.       DefaultFont.Style = []
  371.       DefaultWidth = 0
  372.       DefaultHeight = 0
  373.       UseSkinFont = True
  374.       ForcedColorUse = False
  375.       ForcedColor = clBlack
  376.       BusinessSkinForm = SkinForm
  377.       Flat = True
  378.       CanFocused = False
  379.       Radio = False
  380.       Checked = False
  381.       GroupIndex = 0
  382.       Caption = 'Copyright:'
  383.       OnClick = cbContactClick
  384.       AutoSize = True
  385.     end
  386.     object eCopyright: TbsSkinEdit
  387.       Left = 112
  388.       Top = 228
  389.       Width = 281
  390.       Height = 20
  391.       DefaultFont.Charset = DEFAULT_CHARSET
  392.       DefaultFont.Color = clWindowText
  393.       DefaultFont.Height = 14
  394.       DefaultFont.Name = 'Arial'
  395.       DefaultFont.Style = []
  396.       UseSkinFont = True
  397.       DefaultWidth = 0
  398.       DefaultHeight = 20
  399.       ButtonMode = False
  400.       SkinData = SkinDataModule.SkinData
  401.       SkinDataName = 'editlight'
  402.       Font.Charset = DEFAULT_CHARSET
  403.       Font.Color = clWindowText
  404.       Font.Height = 14
  405.       Font.Name = 'Arial'
  406.       Font.Style = []
  407.       ParentFont = False
  408.       TabOrder = 11
  409.     end
  410.     object eContact: TbsSkinEdit
  411.       Left = 112
  412.       Top = 204
  413.       Width = 281
  414.       Height = 20
  415.       DefaultFont.Charset = DEFAULT_CHARSET
  416.       DefaultFont.Color = clWindowText
  417.       DefaultFont.Height = 14
  418.       DefaultFont.Name = 'Arial'
  419.       DefaultFont.Style = []
  420.       UseSkinFont = True
  421.       DefaultWidth = 0
  422.       DefaultHeight = 20
  423.       ButtonMode = False
  424.       SkinData = SkinDataModule.SkinData
  425.       SkinDataName = 'editlight'
  426.       Font.Charset = DEFAULT_CHARSET
  427.       Font.Color = clWindowText
  428.       Font.Height = 14
  429.       Font.Name = 'Arial'
  430.       Font.Style = []
  431.       ParentFont = False
  432.       TabOrder = 12
  433.     end
  434.     object cbSaveCategories: TAMCheckRadioBox
  435.       Left = 188
  436.       Top = 17
  437.       Width = 91
  438.       Height = 20
  439.       TabOrder = 5
  440.       SkinData = SkinDataModule.SkinData
  441.       SkinDataName = 'checkboxlight'
  442.       DefaultFont.Charset = DEFAULT_CHARSET
  443.       DefaultFont.Color = clWindowText
  444.       DefaultFont.Height = 14
  445.       DefaultFont.Name = 'Arial'
  446.       DefaultFont.Style = []
  447.       DefaultWidth = 0
  448.       DefaultHeight = 0
  449.       UseSkinFont = True
  450.       ForcedColorUse = False
  451.       ForcedColor = clBlack
  452.       BusinessSkinForm = SkinForm
  453.       Flat = True
  454.       CanFocused = False
  455.       Radio = False
  456.       Checked = True
  457.       GroupIndex = 0
  458.       Caption = 'Save Categories'
  459.       OnClick = cbSaveCategoriesClick
  460.       AutoSize = True
  461.     end
  462.     object cbSaveRating: TAMCheckRadioBox
  463.       Left = 24
  464.       Top = 149
  465.       Width = 67
  466.       Height = 20
  467.       TabOrder = 13
  468.       SkinData = SkinDataModule.SkinData
  469.       SkinDataName = 'checkboxlight'
  470.       DefaultFont.Charset = DEFAULT_CHARSET
  471.       DefaultFont.Color = clWindowText
  472.       DefaultFont.Height = 14
  473.       DefaultFont.Name = 'Arial'
  474.       DefaultFont.Style = []
  475.       DefaultWidth = 0
  476.       DefaultHeight = 0
  477.       UseSkinFont = True
  478.       ForcedColorUse = False
  479.       ForcedColor = clBlack
  480.       BusinessSkinForm = SkinForm
  481.       Flat = True
  482.       CanFocused = False
  483.       Radio = False
  484.       Checked = True
  485.       GroupIndex = 0
  486.       Caption = 'Save rating'
  487.       AutoSize = True
  488.     end
  489.   end
  490.   object bCancel: TbsSkinButton
  491.     Left = 451
  492.     Top = 41
  493.     Width = 75
  494.     Height = 24
  495.     TabOrder = 2
  496.     SkinData = SkinDataModule.SkinData
  497.     SkinDataName = 'buttonlight'
  498.     DefaultFont.Charset = DEFAULT_CHARSET
  499.     DefaultFont.Color = clWindowText
  500.     DefaultFont.Height = 13
  501.     DefaultFont.Name = 'Tahoma'
  502.     DefaultFont.Style = []
  503.     DefaultWidth = 0
  504.     DefaultHeight = 0
  505.     UseSkinFont = True
  506.     AllowAllUp = False
  507.     TabStop = True
  508.     CanFocused = True
  509.     Down = False
  510.     GroupIndex = 0
  511.     Caption = 'Cancel'
  512.     NumGlyphs = 2
  513.     Spacing = 1
  514.     Cancel = True
  515.     ModalResult = 2
  516.   end
  517.   object bOk: TbsSkinButton
  518.     Left = 451
  519.     Top = 10
  520.     Width = 75
  521.     Height = 24
  522.     TabOrder = 1
  523.     SkinData = SkinDataModule.SkinData
  524.     SkinDataName = 'buttonlight'
  525.     DefaultFont.Charset = DEFAULT_CHARSET
  526.     DefaultFont.Color = clWindowText
  527.     DefaultFont.Height = 13
  528.     DefaultFont.Name = 'Tahoma'
  529.     DefaultFont.Style = []
  530.     DefaultWidth = 0
  531.     DefaultHeight = 0
  532.     UseSkinFont = True
  533.     AllowAllUp = False
  534.     TabStop = True
  535.     CanFocused = True
  536.     Down = False
  537.     GroupIndex = 0
  538.     Caption = 'Ok'
  539.     NumGlyphs = 2
  540.     Spacing = 1
  541.     Default = True
  542.     ModalResult = 1
  543.   end
  544.   object cbCustomize: TAMCheckRadioBox
  545.     Left = 21
  546.     Top = 67
  547.     Width = 73
  548.     Height = 20
  549.     TabOrder = 4
  550.     SkinData = SkinDataModule.SkinData
  551.     SkinDataName = 'checkboxlight'
  552.     DefaultFont.Charset = DEFAULT_CHARSET
  553.     DefaultFont.Color = clWindowText
  554.     DefaultFont.Height = 14
  555.     DefaultFont.Name = 'Arial'
  556.     DefaultFont.Style = []
  557.     DefaultWidth = 0
  558.     DefaultHeight = 0
  559.     UseSkinFont = True
  560.     ForcedColorUse = False
  561.     ForcedColor = clBlack
  562.     Flat = True
  563.     CanFocused = False
  564.     Radio = False
  565.     Checked = False
  566.     GroupIndex = 0
  567.     Caption = ' Customize...'
  568.     OnClick = cbCustomizeClick
  569.     AutoSize = True
  570.   end
  571.   object AdvertisePanel: TAMContainer
  572.     Left = 0
  573.     Top = 90
  574.     Width = 547
  575.     Height = 30
  576.     Align = alBottom
  577.     OnResize = AdvertisePanelResize
  578.     DoubleBuffered = False
  579.     object LearnMoreLabel: TLabel
  580.       Left = 457
  581.       Top = 10
  582.       Width = 66
  583.       Height = 13
  584.       Caption = 'Learn More...'
  585.       Font.Charset = DEFAULT_CHARSET
  586.       Font.Color = 2460926
  587.       Font.Height = 13
  588.       Font.Name = 'Tahoma'
  589.       Font.Style = [fsUnderline]
  590.       ParentFont = False
  591.       Transparent = True
  592.       OnClick = LearnMoreLabelClick
  593.     end
  594.     object AdvICO: TImage
  595.       Left = 425
  596.       Top = 12
  597.       Width = 16
  598.       Height = 16
  599.       Transparent = True
  600.     end
  601.   end
  602.   object SkinForm: TbsBusinessSkinForm
  603.     GradientStartColor = clBlack
  604.     GradientEndColor = clBlack
  605.     DrawBackground = True
  606.     ShowIcon = False
  607.     MaximizeOnFullScreen = False
  608.     AlphaBlend = False
  609.     AlphaBlendAnimation = False
  610.     AlphaBlendValue = 200
  611.     ShowObjectHint = False
  612.     MenusAlphaBlend = False
  613.     MenusAlphaBlendAnimation = False
  614.     MenusAlphaBlendValue = 200
  615.     DefCaptionFont.Charset = DEFAULT_CHARSET
  616.     DefCaptionFont.Color = clBtnText
  617.     DefCaptionFont.Height = 13
  618.     DefCaptionFont.Name = 'Tahoma'
  619.     DefCaptionFont.Style = [fsBold]
  620.     DefInActiveCaptionFont.Charset = DEFAULT_CHARSET
  621.     DefInActiveCaptionFont.Color = clBtnShadow
  622.     DefInActiveCaptionFont.Height = 13
  623.     DefInActiveCaptionFont.Name = 'Tahoma'
  624.     DefInActiveCaptionFont.Style = [fsBold]
  625.     DefMenuItemHeight = 20
  626.     DefMenuItemFont.Charset = DEFAULT_CHARSET
  627.     DefMenuItemFont.Color = clWindowText
  628.     DefMenuItemFont.Height = 13
  629.     DefMenuItemFont.Name = 'Tahoma'
  630.     DefMenuItemFont.Style = []
  631.     UseDefaultSysMenu = True
  632.     SkinData = SkinDataModule.SkinDataDlg
  633.     MinHeight = 0
  634.     MinWidth = 480
  635.     Magnetic = False
  636.     MagneticSize = 5
  637.     BorderIcons = [biSystemMenu, biMinimize, biMaximize, biRollUp]
  638.     Left = 368
  639.     Top = 32
  640.   end
  641. end
  642.